The PEJobInfo4 structure was specially designed for 4
Type PEJobInfo4
StructSize As Integer
NumRecordsRead As Long
NumRecordsSelected As Long
NumRecordsPrinted As Long
DisplayPageN As Integer
LatestPageN As Integer
StartPageN As Integer
PrintEnded As Long
End Type
Specifies the size of the PEJobInfo4 structure. You must initialize this member to be the size of whatever it is, for example, job.StructSize = PE_SIZEOF_JOB_INFO4. | |
Specifies the number of records selected for inclusion in the report out of the total number of records read. | |
Specifies the number of the last page that is currently available. Once the printing is complete, this value is the number of the last page. | |
Specifies the number of the starting page. The value will normally be 1, but you can specify something else using PESetPrintOptions. | |
Specifies whether or not the printing process is completed. TRUE indicates that this process is completed; FALSE indicates that is not yet complete. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |